PDF4Java Reference Documentation
com.o2sol.pdf4java.document Package / PDFPageLabelingRange Class / setLabelPageNumber Method
The value of the numeric portion for the first page label in the range.
In This Topic
    setLabelPageNumber Method
    In This Topic
    Sets the label page number.
    Subsequent pages are numbered sequentially from this value, which must be greater than or equal to 1.
    Syntax
    public void setLabelPageNumber( 
       int value
    )

    Parameters

    value
    The value of the numeric portion for the first page label in the range.
    See Also